-
Notifications
You must be signed in to change notification settings - Fork 132
MQE-2126: Can't modify DataEntity data #703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does devdoc need updates? magento2-functional-testing-framework/docs/data.md
Added minor comments + check failing functional test on travis.
@@ -46,5 +46,6 @@ | |||
<argument name="test" value="{{HelperData.entityField}}" /> | |||
<argument name="entityTest" value="HelperData" /> | |||
</actionGroup> | |||
<comment userInput="{{MessageData.numbers}}" stepKey="outputMergedArray" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Maybe add an assertContains step instead, to validate array merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. ✅
- code review updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Description
Fixed Issues (if relevant)
Contribution checklist